projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9fecb0
)
Fix byte-compilation warning in pcvs-info
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 14 Jan 2022 06:10:26 +0000
(07:10 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 14 Jan 2022 06:10:26 +0000
(07:10 +0100)
* lisp/vc/pcvs-info.el (cvs-mode-toggle-mark): Fix
byte-compilation warning.
lisp/vc/pcvs-info.el
patch
|
blob
|
history
diff --git
a/lisp/vc/pcvs-info.el
b/lisp/vc/pcvs-info.el
index 141854a6362f1da8a38a988e09118e39f172b624..341fa243cfa90c568adb1cccbee988d66744a849 100644
(file)
--- a/
lisp/vc/pcvs-info.el
+++ b/
lisp/vc/pcvs-info.el
@@
-130,6
+130,8
@@
to confuse some users sometimes."
(defvar cvs-bakprefix ".#"
"The prefix that CVS prepends to files when rcsmerge'ing.")
+(autoload 'cvs-mode-toggle-mark "pcvs")
+
(defvar-keymap cvs-status-map
:doc "Local keymap for text properties of status."
"<mouse-2>" #'cvs-mode-toggle-mark)